Skip to content

docs(#940): update notify-agent-sync description to manual-only - #942

Open
fullsend-ai-coder[bot] wants to merge 1 commit into
mainfrom
agent/940-docs-manual-sync
Open

docs(#940): update notify-agent-sync description to manual-only#942
fullsend-ai-coder[bot] wants to merge 1 commit into
mainfrom
agent/940-docs-manual-sync

Conversation

@fullsend-ai-coder

Copy link
Copy Markdown
Contributor

Summary

  • Updated AGENTS.md to describe notify-agent-sync.yml as manually triggered via workflow_dispatch instead of firing on every push to main
  • Updated README.md workflow table to note notify-agent-sync.yml is manual trigger only

Context

PR #936 removed the on.push trigger from notify-agent-sync.yml, making the workflow manual-only (workflow_dispatch). The documentation in AGENTS.md and README.md was not updated to reflect this change, leaving stale references to automatic push-based triggering.

Testing

  • Verified the workflow file (notify-agent-sync.yml) contains only workflow_dispatch as its trigger
  • Confirmed the updated documentation accurately matches the workflow's actual on: block
  • Ran make test — all test suites pass (pre-existing failures in post-retro-test.sh are unrelated to this change and also fail on main)

Closes #940

Post-script verification

  • Branch is not main/master (agent/940-docs-manual-sync)
  • Secret scan passed (gitleaks — d021f80aea083fc3921b662b0b8534ff2433d09a..HEAD)
  • PR body secret scan passed (gitleaks — no-git)

PR #936 removed the on.push trigger from notify-agent-sync.yml,
making it manual-only (workflow_dispatch). AGENTS.md and README.md
still described the workflow as firing on every push to main.

Updated AGENTS.md to replace "fires a repository_dispatch event
on every push to main" with "can be manually triggered via
workflow_dispatch to fire a repository_dispatch event". Updated
README.md workflow table to append "(manual trigger only)" to the
notify-agent-sync.yml description.

Note: pre-commit could not run in sandbox (network restrictions).
Post-script runs it authoritatively.

Closes #940
@fullsend-ai-coder
fullsend-ai-coder Bot requested a review from a team as a code owner August 22, 2026 19:27
@fullsend-ai-review

fullsend-ai-review Bot commented Aug 22, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 7:29 PM UTC · Completed 7:40 PM UTC

Commit: 0a5d430 · View workflow run →

@fullsend-ai-review

Copy link
Copy Markdown

Review

Findings

Medium

Low

  • [technical documentation accuracy] .github/workflows/notify-agent-sync.yml:2 — The comment block at the top of the workflow file reads "whenever agents main is updated," but the on: block contains only workflow_dispatch: {}. Since this PR's purpose is aligning descriptions with the manual-only trigger, this in-file comment is a missed spot.
    Remediation: Update lines 1-2 to reflect manual triggering, e.g., "Notify the .fullsend repo to sync agent digests across all fullsend-ai repos (triggered manually via workflow_dispatch)."

@fullsend-ai-review fullsend-ai-review Bot added the requires-manual-review Review requires human judgment label Aug 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-for-review requires-manual-review Review requires human judgment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update AGENTS.md and README.md: notify-agent-sync is now manual-only

0 participants